home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.0"?>
- <plugin>
-
- <extension
- point="org.eclipse.ui.intro.configExtension">
- <configExtension
- configId="org.eclipse.platform.introConfig"
- content="$nl$/intro/overviewExtensionContent.xml"/>
-
- <configExtension
- configId="org.eclipse.platform.introConfig"
- content="$nl$/intro/tutorialsExtensionContent.xml"/>
-
- <configExtension
- configId="org.eclipse.platform.introConfig"
- content="$nl$/intro/samplesExtensionContent.xml"/>
-
- <configExtension
- configId="org.eclipse.platform.introConfig"
- content="$nl$/intro/newsExtensionContent.xml"/>
- </extension>
-
- <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
- <cheatsheet
- category="org.eclipse.jdt"
- contentFile="$nl$/cheatsheets/HelloWorld.xml"
- id="org.eclipse.jdt.helloworld"
- name="%cheatsheet.helloworld.name">
- <description>%cheatsheet.helloworld.desc</description>
- </cheatsheet>
- <cheatsheet
- category="org.eclipse.jdt"
- contentFile="$nl$/cheatsheets/HelloWorldSWT.xml"
- id="org.eclipse.jdt.helloworld.swt"
- name="%cheatsheet.helloworld.swt.name">
- <description>%cheatsheet.helloworld.swt.desc</description>
- </cheatsheet>
- <category
- id="org.eclipse.jdt"
- name="%cheatsheet.category.jdt"/>
- </extension>
-
- </plugin>
-